projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1bb5b
)
[__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 10 Aug 1999 17:28:10 +0000
(17:28 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 10 Aug 1999 17:28:10 +0000
(17:28 +0000)
src/unexelf.c
patch
|
blob
|
history
diff --git
a/src/unexelf.c
b/src/unexelf.c
index c020d524db3d054cfea70a78683b5f6063c0df4d..bf4f40cca0cbdf2a612867ecea2b607c6e685d5a 100644
(file)
--- a/
src/unexelf.c
+++ b/
src/unexelf.c
@@
-434,6
+434,10
@@
Filesz Memsz Flags Align
#define HAS_SBSS_SECTION
#endif
+#if defined (__linux__) && defined (__alpha__)
+#define HAS_SBSS_SECTION
+#endif
+
#if defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__)
/* Declare COFF debugging symbol table. This used to be in
/usr/include/sym.h, but this file is no longer included in Red Hat